home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / mnode15.zip / BUILDBBS.TMP < prev    next >
Text File  |  1993-03-29  |  706b  |  40 lines

  1. @echo off
  2. rem C:\WC30\BUILDBBS.BAT
  3. cls
  4. Echo Building D: drive for BBS Display, Bulletin and Menu Files...
  5. rem ----
  6.  
  7. rem Log into the D: drive
  8. D:
  9. rem ----
  10.  
  11. echo Making directories for the Wildcat work files
  12. MD D:\HELP
  13. CD D:\HELP
  14. echo Copying the HELP files....
  15. COPY C:\WC30\HELP\*.* D:\help\*.*>NUL:
  16. REM ----
  17.  
  18. MD D:\DISP
  19. CD D:\DISP
  20. echo Copying the Display files....
  21. COPY C:\WC30\DISP\*.* D:\disp\*.*>NUL:
  22. REM ----
  23.  
  24. MD D:\BULL
  25. CD D:\BULL
  26. echo Copying the Bulletins....
  27. COPY C:\WC30\BULL\*.* D:\bull\*.*>NUL:
  28. REM ----
  29.  
  30. MD D:\MENU
  31. CD D:\MENU
  32. echo Copying the Menus....
  33. COPY C:\WC30\MENU\*.* D:\menu\*.*>NUL:
  34. REM ----
  35.  
  36. C:
  37. CD\
  38. Echo C:\WC30\BUILDBBS.BAT complete.
  39. rem ----
  40.